You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/marketplace/accounts/offering-users.md
+55Lines changed: 55 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
| <spanclass="http-badge http-get">GET</span> |`/api/marketplace-offering-users/checklist-template/`|[Get checklist template for creating new objects](#get-checklist-template-for-creating-new-objects)|
20
20
| <spanclass="http-badge http-get">GET</span> |`/api/marketplace-offering-users/{uuid}/completion_review_status/`|[Get checklist completion status with review triggers (reviewers only)](#get-checklist-completion-status-with-review-triggers-reviewers-only)|
| <spanclass="http-badge http-post">POST</span> |`/api/marketplace-offering-users/{uuid}/request_deletion/`|[Request deletion of an offering user](#request-deletion-of-an-offering-user)|
24
25
| <spanclass="http-badge http-post">POST</span> |`/api/marketplace-offering-users/{uuid}/set_deleted/`|[Set state to Deleted](#set-state-to-deleted)|
@@ -1426,6 +1427,60 @@ Get checklist completion status.
1426
1427
**`404`** -
1427
1428
1428
1429
1430
+
---
1431
+
1432
+
### Get profile field warnings
1433
+
1434
+
Returns a mapping of user profile field names to offerings that expose those fields. When ENFORCE_OFFERING_USER_PROFILE_COMPLETENESS is enabled, clearing a field listed here would make the user invisible to the service provider for the associated offerings.
0 commit comments