-
Notifications
You must be signed in to change notification settings - Fork 0
Members list API should include role #5
Copy link
Copy link
Open
Description
Context
The GET /api/members endpoint returns MemberDefinition objects that include kind, metadata (with dash0.com/id), and spec (with display fields like email, firstName, lastName).
However, the response does not include the member's role (e.g., admin, basic_member).
Request
Include the member's role in the MemberDefinition response, either as a field in MemberSpec or as a label in MemberLabels.
This would allow the CLI (dash0 members list) and other consumers to display the role alongside name, email, and ID.
Current state
InviteMemberRequestaccepts arolefield when inviting members.MemberDefinitiondoes not return the role.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels