Skip to content

WIP: Api for seat data

Aishwarya Subramanian requested to merge seat_data_api into master

What does this MR do?

Request url:

/api/v4/groups/551/members/28?private_token=<private_token>

Sample response:

{
    "id": 28,
    "name": "Aishwarya",
    "username": "aishwarya_s",
    "state": "active",
    "avatar_url": "https://www.gravatar.com/avatar/5b0654f22a804a8d486d5927c8e7635a?s=80&d=identicon",
    "web_url": "http://0.0.0.0:3001/aishwarya_s",
    "access_level": 40,
    "expires_at": null,
    "last_moved_into_paid_seat": "2019-12-16T22:59:56.470Z",
    "last_moved_from_paid_seat": "2019-12-16T23:11:21.865Z"
}

Mentions #35454 (closed)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Aishwarya Subramanian

Merge request reports