Skip to content

Commit e9206b1

Browse files
wzahediclaude
andauthored
feat(user-management): add DirectoryManaged to OrganizationMembership (#508)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ba37619 commit e9206b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/usermanagement/client.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ type OrganizationMembership struct {
137137
// The Status of the Organization.
138138
Status OrganizationMembershipStatus `json:"status"`
139139

140+
// Whether the membership is managed by a directory sync connection.
141+
DirectoryManaged bool `json:"directory_managed"`
142+
140143
// CustomAttributes contains custom attributes from the IdP
141144
CustomAttributes map[string]interface{} `json:"custom_attributes"`
142145

0 commit comments

Comments
 (0)